- Contenido de innerHTML de elemento identificado por id="h2"
document.getElementById("h2").innerHTML = [La fecha y la hora son:]
- Contenido de outerHTML de elemento identificado por id="h1"
escapeHtml(document.getElementById("h1").outerHTML) = [<h1 id="h1">Buenas tardes </h1>]
- Contenido de de la propiedad global: location.href
location.href = [https://jaircastaneda.neocities.org/Modulo_3/Jscript/index.html]
- Contenido de de la propiedad global: location
Object.getOwnPropertyNames(location) = [replace,assign,href,ancestorOrigins,origin,protocol,host,hostname,port,pathname,search,hash,reload,toString,valueOf]
- Contenido de de las propiedades globales: screen.width y screen.heigth
screen.width = [1366] screen.height= [768]